home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Graphics / KaraCollection / TKC_Docs / Utilities / H / 2 / RunGuide < prev    next >
Text File  |  1996-09-09  |  2KB  |  64 lines

  1. .Key PATH,GUIDE
  2. .bra {
  3. .ket }
  4.  
  5. Failat 21
  6.  
  7. If NOT EXISTS RAM:T/KaraCD-IPT/UndoAssign
  8.   Execute KARACDROOT:Utilities/H/2/AutoAssign
  9. EndIf
  10.  
  11. If EXISTS RAM:KaraCDBusy
  12.   Echo "*N The CD-ROM is currently being configured. Please wait."
  13.   Wait 6 SECS
  14.   If EXISTS RAM:KaraCDBusy
  15.     Echo "*N The CD-ROM is still being configured..."
  16.     Wait 6 SECS
  17.   EndIf
  18.   If EXISTS RAM:KaraCDBusy
  19.     Echo "*N The CD-ROM is still being configured..."
  20.     Wait 10 SECS
  21.   EndIf
  22.   If EXISTS RAM:KaraCDBusy
  23.     Echo "*N It appears that the configuration is still in progress."
  24.     Echo " If the requested document does not appear, please free"
  25.     Echo " some resources and/or select the KaraCD *"Reset*" icon."
  26.   Else
  27.     Echo "*N Configuration complete. Now opening the requested document.*N"
  28.   EndIf
  29. EndIf
  30.  
  31. If {PATH} EQ KARACDLOCAL:4
  32.   Assign >NIL: KARACDLOCAL: EXISTS
  33.   If WARN
  34.     Assign KARACDLOCAL: KARACDROOT:Utilities/H/7/0
  35.   EndIf
  36. EndIf
  37.  
  38. CD {PATH}
  39. Copy >NIL: {GUIDE} RAM:T/KaraCD-IPT
  40. CD RAM:T/KaraCD-IPT
  41. Protect {GUIDE} wd ADD
  42.  
  43. If EXISTS SYS:Utilities/MultiView
  44.   Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: {GUIDE}
  45. Else
  46.   Which >NIL: MultiView
  47.   If WARN
  48.     If EXISTS SYS:Utilities/AmigaGuide
  49.       Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: {GUIDE}
  50.     Else
  51.       Run >NIL: <NIL: KARACDROOT:Utilities/H/2/AG34 >NIL: <NIL: {GUIDE}
  52.     EndIf
  53.   Else
  54.     Run >NIL: <NIL: MultiView >NIL: <NIL: {GUIDE}
  55.   EndIf
  56. EndIf
  57.  
  58. Wait 3 SECS
  59.  
  60.  
  61. ; Cloanto ® CD-ROM Configuration Scripts
  62. ; Copyright © 1995, 1996 Cloanto Italia srl - All Rights Reserved
  63. ; Cloanto is a registered trademark of Cloanto Italia srl
  64.